PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutWritingMode Enumeration
In This Topic
    PDFStandardLayoutWritingMode Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setWritingMode method..
    Members
    MemberDescription
    BOTTOM_TO_TOP_LEFT_TO_RIGHTInline progression from bottom to top; block progression from left to right. This is the typical writing mode for the Batak writing system.
    BOTTOM_TO_TOP_RIGHT_TO_LEFTInline progression from bottom to top; block progression from right to left. This is the typical writing mode for the Ancient Berber writing system.
    LEFT_TO_RIGHT_BOTTOM_TO_TOPInline progression from left to right; block progression from bottom to top. There is currently no known writing system to which this writing mode applies.
    LEFT_TO_RIGHT_TOP_TO_BOTTOMInline progression from left to right; block progression from top to bottom. This is the typical writing mode for Western writing systems.
    RIGHT_TO_LEFT_BOTTOM_TO_TOPInline progression from right to left; block progression from bottom to top. There is currently no known writing system to which this writing mode applies.
    RIGHT_TO_LEFT_TOP_TO_BOTTOMInline progression from right to left; block progression from top to bottom. This is the typical writing mode for Arabic and Hebrew writing systems.
    TOP_TO_BOTTOM_LEFT_TO_RIGHTInline progression from top to bottom; block progression from right to left. This is the typical writing mode for Chinese and Japanese writing systems.
    TOP_TO_BOTTOM_RIGHT_TO_LEFTInline progression from top to bottom; block progression from left to right. This is the typical writing mode for writing systems like classical Mongolian.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutWritingMode

    See Also